home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 60
- Top = 106
- Width = 606
- Height = 421
- Caption = 'Demo of 1-2-3 Routines'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'GillSans'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 19
- object Button1: TButton
- Left = 395
- Top = 10
- Width = 134
- Height = 42
- Caption = 'Read Next Record'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 52
- Top = 46
- Width = 153
- Height = 27
- TabOrder = 1
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 52
- Top = 86
- Width = 153
- Height = 28
- TabOrder = 2
- Text = 'Edit2'
- end
- object Edit3: TEdit
- Left = 52
- Top = 117
- Width = 153
- Height = 27
- TabOrder = 3
- Text = 'Edit3'
- end
- object Edit4: TEdit
- Left = 52
- Top = 147
- Width = 153
- Height = 28
- TabOrder = 4
- Text = 'Edit4'
- end
- object Button2: TButton
- Left = 243
- Top = 10
- Width = 133
- Height = 42
- Caption = 'Open Lotus File'
- TabOrder = 5
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 234
- Top = 284
- Width = 113
- Height = 42
- Caption = 'Close'
- TabOrder = 6
- OnClick = Button3Click
- end
- object Edit5: TEdit
- Left = 52
- Top = 228
- Width = 395
- Height = 28
- TabOrder = 7
- Text = 'Edit5'
- end
- object Edit6: TEdit
- Left = 52
- Top = 198
- Width = 153
- Height = 27
- TabOrder = 8
- Text = 'Edit6'
- end
- object Button4: TButton
- Left = 294
- Top = 71
- Width = 194
- Height = 42
- Cancel = True
- Caption = 'Write a Demo WK1'
- TabOrder = 9
- OnClick = Button4Click
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'wk1'
- Filter = 'Spreadsheet|*.wk?|any file|*.*'
- Left = 199
- Top = 122
- end
- end
-